home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / fcbs < prev    next >
Text File  |  1991-04-13  |  707b  |  19 lines

  1.                                     FCBS
  2.         Specifies the number of file control blocks that may be open
  3.                            See also <CONFIG.SYS>
  4.  
  5. COMMAND TYPE: System Configuration              VERSION: 3.0 and up
  6.  
  7. USE: FCBS = n,m
  8.  
  9. n specifies the number of files that File Control Blocks can open at one
  10.   time. Acceptable range is are 1-255.
  11. m specifies the number files that DOS cannot automatically close.
  12.  
  13. NOTE: This command must be placed in the <CONFIG.SYS> file and is not a
  14. normal DOS command.
  15.  
  16. File Control Blocks are an outdated method of handling files.  Most
  17. modern software uses file handles.  This command should only be used
  18. if older applications require it.
  19.